golang.org/x/net/http2.pipe.BreakWithError (method)

3 uses

	golang.org/x/net/http2 (current package)
		pipe.go#L111: func (p *pipe) BreakWithError(err error) { p.closeWithError(&p.breakErr, err, nil) }
		server.go#L2436: 			b.pipe.BreakWithError(errClosedBody)
		transport.go#L2576: 	cs.bufPipe.BreakWithError(errClosedResponseBody)